home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 25 / AACD 25.iso / AACD / Utilities / BasiliskII / src / Unix / acconfig.h next >
Encoding:
Text File  |  2001-05-20  |  1.8 KB  |  64 lines

  1. /* acconfig.h
  2.    This file is in the public domain.
  3.  
  4.    Descriptive text for the C preprocessor macros that
  5.    the distributed Autoconf macros can define.
  6.    No software package will use all of them; autoheader copies the ones
  7.    your configure.in uses into your configuration header file templates.
  8.  
  9.    The entries are in sort -df order: alphabetical, case insensitive,
  10.    ignoring punctuation (such as underscores).  Although this order
  11.    can split up related entries, it makes it easier to check whether
  12.    a given entry is in the file.
  13.  
  14.    Leave the following blank line there!!  Autoheader needs it.  */
  15.  
  16.  
  17. /* Define to 'off_t' if <sys/types.h> doesn't define. */
  18. #undef loff_t
  19.  
  20. /* Define if using ESD. */
  21. #undef ENABLE_ESD
  22.  
  23. /* Define if using DGA with framebuffer device. */
  24. #undef ENABLE_FBDEV_DGA
  25.  
  26. /* Define if using GTK. */
  27. #undef ENABLE_GTK
  28.  
  29. /* Define if using "mon". */
  30. #undef ENABLE_MON
  31.  
  32. /* Define if using native 68k mode. */
  33. #undef ENABLE_NATIVE_M68K
  34.  
  35. /* Define if using XFree86 DGA extension. */
  36. #undef ENABLE_XF86_DGA
  37.  
  38. /* Define if using XFree86 VidMode extension. */
  39. #undef ENABLE_XF86_VIDMODE
  40.  
  41. /* Define if pthreads are available. */
  42. #undef HAVE_PTHREADS
  43.  
  44. /* Define if using video enabled on SEGV signals */
  45. #undef ENABLE_VOSF
  46.  
  47. /* Define if your system requires signals to be reinstalled */
  48. #undef SIGNAL_NEED_REINSTALL
  49.  
  50. /* Define if your system requires sigactions to be reinstalled */
  51. #undef SIGACTION_NEED_REINSTALL
  52.  
  53. /* Define if your system support extended signals */
  54. #undef HAVE_SIGINFO_T
  55.  
  56. /* Define if we know a hack to replace siginfo_t::si_addr member */
  57. #undef HAVE_SIGCONTEXT_SUBTERFUGE
  58.  
  59.  
  60. /* Leave that blank line there!!  Autoheader needs it.
  61.    If you're adding to this file, keep in mind:
  62.    The entries are in sort -df order: alphabetical, case insensitive,
  63.    ignoring punctuation (such as underscores).  */
  64.